Add a missing include
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 Nov 2009 23:44:31 +0000 (18:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Nov 2009 01:59:42 +0000 (20:59 -0500)
commit36ca3fd5e9106a241e833942f96549af21554580
tree691edf799431aedac7c9aad3d809e80a57b1b364
parent0ef8f5256765526075f2a25eac056c6e753b1849
Add a missing include

memset() is used in gdk/x11/gdkinput-xfree.c but string.h is not included.
Patch by Vincent Untz, bug 597026.
gdk/x11/gdkinput-xfree.c